projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ba7fd
)
placessidebar: Don't claim to support text dnd
author
Benjamin Otte
<otte@redhat.com>
Mon, 17 Feb 2020 01:20:43 +0000
(
02:20
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 17 Feb 2020 03:04:21 +0000
(
04:04
+0100)
Because you don't. And never did.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 4607dde4310458060a1415b2af46c02bd60f7069..9aa02c780e346ea2806631b992b109092aa2231a 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-4090,7
+4090,6
@@
gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
builder = gdk_content_formats_builder_new ();
gdk_content_formats_builder_add_mime_type (builder, "DND_GTK_SIDEBAR_ROW");
- gdk_content_formats_builder_add_gtype (builder, G_TYPE_STRING);
sidebar->source_targets = gdk_content_formats_builder_free_to_formats (builder);
sidebar->drag_row = NULL;